Welcome![Sign In][Sign Up]
Location:
Search - viterbi algorithm

Search list

[Post-TeleCom sofeware systemsVITERBI_HARD

Description: 有关卷积编码的维特比算法,是硬判决的啊,希望大家-Convolutional coding on the Viterbi algorithm, is the hard decision of the ah, I hope everyone
Platform: | Size: 488448 | Author: 李海 | Hits:

[Communication-Mobileforward_viterbi

Description: The algorm of viterbi. You talk to your friend three days in a row and discover that on the first day he went for a walk, on the second day he went shopping, and on the third day he cleaned his apartment. You have two questions: What is the overall probability of this sequence of observations? And what is the most likely sequence of rainy/sunny days that would explain these observations? The first question is answered by the forward algorithm the second question is answered by the Viterbi algorithm. These two algorithms are structurally so similar (in fact, they are both instances of the same abstract algorithm) that they can be implemented in a single function:
Platform: | Size: 2048 | Author: 王冠 | Hits:

[Communication-Mobilelianjijiemasuanfa

Description: 介绍一种新颖的联机手写英文识别解码算法。采用主笔画层次建立Beam Viterbi算法。-Introduced a new line handwriting recognition in English decoding algorithm. Used to establish the level of the main strokes Beam Viterbi algorithm.
Platform: | Size: 64512 | Author: 海燕 | Hits:

[Otherviterbi

Description: 自己编写的viterbi译码算法,为课堂作业。比较简单易懂。-I have written viterbi decoding algorithm for classroom operation. Relatively simple to understand.
Platform: | Size: 228352 | Author: zhan | Hits:

[Windows Developc_viterbi

Description: viterbi算法,包括信号生成,卷积码形成,高斯信道,viterbi译码等一系列程序-viterbi algorithm, including signal generation, the formation of convolutional codes, Gaussian channel, viterbi decoding, such as a series of procedures
Platform: | Size: 10240 | Author: Viterbi Chao | Hits:

[Data structsviterbi416

Description: 实现了(4,1,6)型卷积码的维特比译码算法,采用了极大似然算法。介绍了软判决维特比译码算法过程的三个步骤:初始化,度量更新和回溯译码。-Realize the (4,1,6)-type convolutional codes Viterbi decoding algorithm using the maximum likelihood algorithm. Introduce a soft-decision Viterbi decoding algorithm the process of three steps: initialization, update and backward decoding metric.
Platform: | Size: 3072 | Author: raymond | Hits:

[Mathimatics-Numerical algorithmsviterbi216

Description: 一种应用比较广泛的维特比译码算法--(2,1,6)卷积码的维特比译码算法,采用回溯进行译码。-A broader application of Viterbi algorithm (2,1,6) convolutional code Viterbi algorithm, used for decoding back.
Platform: | Size: 2048 | Author: raymond | Hits:

[Communication-Mobileviterbi

Description: 一个(k,n,K)的卷积码的维特比译码算法-A (k, n, K) convolutional codes Viterbi decoding algorithm
Platform: | Size: 2048 | Author: 庄镒鹏 | Hits:

[VHDL-FPGA-Verilogviterbi

Description: (2,1,9)卷积编解码器,译码部分采用Vitebi译码算法,设计使用Verilog HDL语言,在Modelsim平台下仿真通过-(2,1,9) convolutional codec, decoding part decoding algorithm used Vitebi design using Verilog HDL language simulation in ModelSim platform through
Platform: | Size: 10240 | Author: rxl | Hits:

[Communication-MobileViterbi

Description: 卷积码viterbi译码的蝶形算法,可以大大减少卷积码viterbi译码的运算时间-Convolutional codes decoding viterbi butterfly algorithm, convolutional codes can greatly reduce the computing time for viterbi decoding
Platform: | Size: 331776 | Author: 丁建 | Hits:

[Program docviterbi

Description: 高速Viterbi处理器的并行算法和结构-High-speed Viterbi processor parallel algorithm and structure
Platform: | Size: 250880 | Author: mediative | Hits:

[Communication-Mobile7743366312

Description: viterbi算法的c实现,已经验证过,可以直接用-c realize viterbi algorithm has been verified, you can directly use
Platform: | Size: 273408 | Author: 雷辉 | Hits:

[RFIDsimd-viterbi-1.0

Description: Viterbi编码解码算法,C源码,有仿真。-Viterbi decoding algorithm code, C source code, has simulation.
Platform: | Size: 29696 | Author: liming | Hits:

[RFIDviterbi-3.0.1

Description: Viterbi编码解码算法,C源码,有仿真。-Viterbi decoding algorithm code, C source code, has simulation.
Platform: | Size: 23552 | Author: liming | Hits:

[File FormatHMM-DL

Description: 详细介绍了hmm算法的原理,及相关的前向算法后向算法,viterbi算法,讲解详细,很好-Hmm algorithm described in detail the principles, and related to the algorithm to the algorithm, viterbi algorithm, explained in detail, very good
Platform: | Size: 28672 | Author: redfish | Hits:

[Communication-MobileViterbi_dec

Description: GSM信道译码 测试条件:上行DSP时钟@169MHz--->(STM #0xC007,CLKMD) SDCCH---->抽取比特固定为1bit需要时间1.2ms(viterbi解码算法)||1.06ms(非viterbi译码算法) 抽取比特如果为4bit需要时间2.8ms(viterbi解码算法)||2.72ms(非viterbi-GSM channel decoder test conditions: upstream DSP clock @ 169MHz---> (STM# 0xC007, CLKMD) SDCCH----> extracted bit is fixed at 1bit need time 1.2ms (viterbi decoding algorithm) | | 1.06ms (non- viterbi decoding algorithm) extracted bits if 4bit need time 2.8ms (viterbi decoding algorithm) | | 2.72ms (non-viterbi
Platform: | Size: 3072 | Author: 田永波 | Hits:

[matlab31767667viterbi(matlab)

Description: viterbi算法在matlab环境下的具体实现程序。-viterbi algorithm matlab environment in the concrete realization of the procedure.
Platform: | Size: 5120 | Author: chengbin | Hits:

[VC/MFCViterbi_BER

Description: this is viterbi algorithm
Platform: | Size: 30720 | Author: zinkel | Hits:

[Mathimatics-Numerical algorithmsviterbi

Description: viterbi搜索算法是一种全局动态规划算法,在本例中,我们用C实现了他的搜索过程.-viterbi search algorithm is a global dynamic programming algorithm, in this case, we use C to achieve his search process.
Platform: | Size: 1024 | Author: chengbin | Hits:

[OtherVitebi

Description: 这是一种用C实现的(2,1,7)卷积码维特比译码算法的软件实现.-This is an achievable with C (2,1,7) convolutional code Viterbi algorithm software.
Platform: | Size: 791552 | Author: wylie | Hits:
« 1 2 3 45 6 7 8 9 10 ... 21 »

CodeBus www.codebus.net